home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / 4.swf / scripts / DefineButton2_27 / BUTTONCONDACTION on(press).as < prev    next >
Text File  |  2003-04-02  |  111b  |  6 lines

  1. on(press){
  2.    scrollDownOneLine(this.thumb);
  3.    this.thumb.scrolling = 1;
  4.    this.thumb.gotoAndPlay(2);
  5. }
  6.